home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / PC / GCSData / patter_g.dxr / 00385_Timer scripts.ls < prev    next >
Encoding:
Text File  |  1996-09-01  |  187 b   |  11 lines

  1. on idle
  2.   global Game
  3.   if Game = 1 then
  4.     if (the movieRate of sprite 17 = 0) or (the movieTime of sprite 17 = 21600) then
  5.       TimeUp()
  6.     end if
  7.   end if
  8.   GameIdle()
  9.   pass()
  10. end
  11.